ga.view.streaming.showroom
Class ShowRoomSettings

java.lang.Object
  extended by ga.view.config.AbstractSettings
      extended by ga.view.streaming.showroom.ShowRoomSettings

public class ShowRoomSettings
extends AbstractSettings

This contains settings for a show room like materials, dimensions, type and lighting type.

Since:
12.08.2012
Author:
Stephan Dreyer

Nested Class Summary
static class ShowRoomSettings.ShowRoomType
          Type of the show room.
 
Field Summary
static java.lang.String BOX_HEIGHT
           
static java.lang.String BOX_LENGTH
           
static java.lang.String BOX_WIDTH
           
static java.lang.String CEILING_MATERIAL
           
static java.lang.String FLOOR_MATERIAL
           
static java.lang.String LIGHTING_TYPE
           
static java.lang.String TYPE
           
static java.lang.String WALL_MATERIAL
           
 
Constructor Summary
ShowRoomSettings()
           
 
Method Summary
 ShowRoomSettings.ShowRoomType getType()
          Gets the type of the showroom.
 
Methods inherited from class ga.view.config.AbstractSettings
clear, createObject, createObject, createSimple, get, get, getBoolean, getConstructor, getFloat, getInt, getString, put, putUnique, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final java.lang.String TYPE
See Also:
Constant Field Values

BOX_WIDTH

public static final java.lang.String BOX_WIDTH
See Also:
Constant Field Values

BOX_HEIGHT

public static final java.lang.String BOX_HEIGHT
See Also:
Constant Field Values

BOX_LENGTH

public static final java.lang.String BOX_LENGTH
See Also:
Constant Field Values

FLOOR_MATERIAL

public static final java.lang.String FLOOR_MATERIAL
See Also:
Constant Field Values

CEILING_MATERIAL

public static final java.lang.String CEILING_MATERIAL
See Also:
Constant Field Values

WALL_MATERIAL

public static final java.lang.String WALL_MATERIAL
See Also:
Constant Field Values

LIGHTING_TYPE

public static final java.lang.String LIGHTING_TYPE
See Also:
Constant Field Values
Constructor Detail

ShowRoomSettings

public ShowRoomSettings()
Method Detail

getType

public ShowRoomSettings.ShowRoomType getType()
Gets the type of the showroom.

Returns:
the type
Since:
12.08.2012